ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewBatchEditRequest<T> Class / Top Property

In This Topic
    Top Property (CollectionViewBatchEditRequest<T>)
    In This Topic
    Gets or sets the items' count required.
    Syntax
    'Declaration
     
    
    Public Property Top As Nullable(Of Integer)
    public Nullable<int> Top {get; set;}
    See Also